home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / coned28.zip / HISTORY.DOC < prev    next >
Text File  |  1992-05-15  |  13KB  |  307 lines

  1.                                 ConEd Revisions
  2.                                 
  3.      05/15/92   Version 2.8 release
  4.      
  5. Switched compilers back to Microsoft.  Seems to generate a smaller .exe
  6. file.  
  7.  
  8. This version is strictly a maintenance release.  No new functionality, 
  9. but some things have been cleaned up. 
  10.  
  11. Fixed the Scrolling window from showing garbarge (again).   
  12.  
  13. Fixed the 'FIND' and 'GOTO' functions.
  14.  
  15. ConEd will now work correctly with Desqview Stealth, and other memory
  16. utilities of this type. 
  17.  
  18.  
  19.      02/08/92   Version 2.7 release
  20.  
  21. Bug fix - The delete routine was not stable in the previous release, this
  22. has been fixed.  Occasionally, the configuration selections on screen would
  23. get trashed, this too has been fixed.  
  24.  
  25. ConEd now checks if a AUTOEXEC.XXX and/or CONFIG.XXX exists before trying
  26. to create them, this will prevent an overwrite of a configuration set with
  27. a duplicate name.
  28.  
  29. Program does not allow for duplicate entries into the ConEd26.cfg file.
  30.  
  31. Fixed 'insert' mode when editing configuration descriptions.
  32.  
  33. This release was compiled with Borland C++ 3.0.  I will be porting ConEd
  34. to an Object Oriented base.
  35.  
  36.  
  37.      11/06/91   Version 2.6 release
  38.  
  39. Once again I have re-written the engine to ConEd. ConEd now
  40. dynamically allocates memory for configurations.  What does this
  41. mean to you?  Previously, ConEd allowed for upto 200
  42. configurations.  If you only had three configurations, ConEd would
  43. allocate memory for 200 configurations, not an efficient use of
  44. system resources.  ConEd now only allocates memory for the amount
  45. of configurations you use.  This means that if you only have 3
  46. different configurations, ConEd will only allocate memory for those
  47. configurations.  On the other hand, you can have as many
  48. configurations as memory will allow.  During testing, I have had
  49. over 6000 configurations (yes, you read it correctly, six
  50. thousand!) loaded.  Not that I expect anyone to have that many
  51. configurations, but ConEd will not limit you, nor will it waste
  52. memory on allocating for configurations you may not use.
  53.  
  54. ConEd will operate in less than 200K of memory.
  55.  
  56. When deleting a configuration, ConEd asks "Are you sure?".  One
  57. more added security feature.
  58.  
  59. Added the ability to Find a configuration by indicating the
  60. configuration extension you want to search for. <ALT-F>
  61.  
  62. Added the ability to Go to the current active configuration. <ALT-G>
  63.  
  64. Fixed a nasty bug that would lock up some XT class machines when
  65. ConEd was used.
  66.  
  67. Screen changes
  68.  
  69.  
  70.      06/21/91   Version 2.5 release
  71.  
  72. DOS 5.0 Compatible (it was before this release as well).
  73.  
  74. Added the ability to start ConEd  from any  drive/directory
  75. provided that ConEd.exe is in your PATH.
  76.  
  77. Added statement 'COMSPEC = <your COMSPEC>' to any AUTOEXECs created
  78. by ConEd.   This will allow users who have thier command processor
  79. in a subdirectory, access to commands on boot.
  80.  
  81. The ShareWare Library I use, TCXL, has been upgraded so ConEd has
  82. been upgraded to use this FANTASTIC C programmers library.
  83.  
  84. Some machines were not able to issue the 'flush' command for use
  85. with a disk cache, this has been corrected.
  86.                    
  87.      12/19/90   Version 2.4 release
  88.  
  89. Minor fix - ConEd did not allow certain ASCII characters to be
  90. entered into the 'flush' command box.  While I was at it I, also
  91. increased the size of the array allowing for a path to be added to
  92. the flush command.  With this fix, your cache program need not be
  93. in your path.
  94.  
  95. Delay function was broke, now its working properly.
  96.  
  97.      12/07/90   Version 2.3 release
  98.  
  99. Changed the way ConEd handles the configurations.  They no longer
  100. move to the top of the list every time you update the root
  101. directory.  Instead, the highlighted cursor now appears on the
  102. current configuration when the program is started, and towards the
  103. bottom of the screen, in the center, the current configuration
  104. description is displayed.
  105.  
  106. When you add a configuration, it no longer is added to the bottom
  107. of the bottom of the list, but to a position just below the
  108. highlighted configuration. 
  109.  
  110. With these two changes, you will now be able to keep your
  111. configuration list in the 'order' you desire, and not have the
  112. program arrange these configurations in a 'last used' order.
  113.  
  114. I have added five more options to the setup menu.  You can define
  115. if you use a caching program, and if so, what parameter(s) must be
  116. passed to 'flush' the cache buffers so that information is not lost
  117. during the reboot process.
  118.  
  119. Some machines require a 'cold' reboot (a reboot where a memory
  120. check is performed) because of various reasons such as an old bios,
  121. or use of hardware that conflict with a software 'warm' reboot. You
  122. now have the ability to define if you want a warm or cold reboot in
  123. the setup menu.
  124.  
  125. The fourth and fifth of these features allows you to add an
  126. alternate reboot command.  This may be necessary if you have an
  127. add-in board that requires a specific machine instruction passed to
  128. it in order to reset itself and then reboot the pc. Or, this can be
  129. used if the internal ConEd reboot routine does not work properly
  130. with your machine, and you have an alternate reboot routine that
  131. does work.
  132.  
  133. Added another feature to allow you to update the ConEd.xxx files
  134. with the root directory config files with the <ALT>-U key
  135. combination.  This will allow you to copy the current configuration
  136. in the root directory to the highlighted configuration in the ConEd
  137. directory.
  138.  
  139. I have updated the windowing library I have been using CXL version
  140. 5.2 to TCXL version 5.5.  This is another fine shareware product,
  141. and I highly recommend it to other 'C' programmers.
  142.  
  143.      10/26/90   Version 2.21 release
  144.  
  145. Fixed another reported bug, if you use an editor that adds a
  146. CONTROL-Z to the end of your file, the ConEd copy routine would not
  147. copy that character and, would always cause ConEd to notify you
  148. that the files do not match.  
  149.  
  150. I also added "Is this information correct" screens to two places,
  151. the Configuration Menu (F5), and The Edit Configuration option.
  152. After pressing the RETURN key in the last field of each of these
  153. forms, a window pops up and asks you if the information is correct.
  154. Simply press 'Y' if the information is correct, or N if it is not
  155. correct and re-edit those fields that require it.
  156.  
  157. A very minor note, I changed my revision naming convention from
  158. NUMBER.NUMBER ALPHA to NUMBER.NUMBER NUMBER.  Why? I think it looks
  159. better.
  160.  
  161.      10/23/90   Version 2.2A release
  162.  
  163. Had a problem with the -s option locking up some systems. My
  164. appologies.  Fixed with no other 'bugs' reported.  
  165.  
  166.      10/21/90   Version 2.2 release
  167.  
  168. MAJOR CHANGES - Most are behind the scenes programming changes,
  169. that provide me with a more flexible update path for future
  170. enhancements. Please, keep those letters coming.  Over 80% of the
  171. enhancements to date are user requested.
  172.  
  173. I rewrote the entire engine to the program.  ConEd now allows for
  174. up to 200 configurations!  
  175.  
  176. The configuration file has changed format, therefore before running
  177. the new version of ConEd, please delete the old 'CONED.CFG' file.
  178. I realize this is an inconvenience, but at most, you will only have
  179. ten descriptions to type over.
  180.  
  181. Because of the added configurations, I had to change the user
  182. interface.  The user now has available Page UP, Page DOWN, UP
  183. Arrow, DOWN Arrow, HOME and END keys to maneuver thru all the
  184. selections available.  
  185.  
  186. F5, which used to be for Boot Drive identification, Editor
  187. selection, and configuration description input, is now used only
  188. for Boot Drive ID, Editor selection, and ConEd path information.
  189.  
  190. <ALT>A -  Allows a user to ADD a configuration (up to 200 of them). 
  191.  
  192. <ALT>C - Copy a configuration.  This allows you to copy
  193. thehighlighted configuration to the boot drives root directory
  194. WITHOUT rebooting at this time.  This allows you plan ahead for an
  195. upcoming system reboot.
  196.  
  197. <ALT>D -  Deletes the highlighted configuration AND the associated
  198. AUTOEXEC.xxx and CONFIG.xxx files.
  199.  
  200. <ALT>E - Edit the highlighted configuration description. 
  201.  
  202. Registration Feature - There now e